Package-level declarations
Types
An interface for classes representing the angular axis on a polar plot.
An AngularAxisModel that uses AngularValues of either Radians or Degrees.
An AngularAxisModel that uses category values evenly spaced around the perimeter of the Polar plot. Values plotted on this axis can only exactly match one of the category values.
Default implementation of the PolarPoint interface.
A model for a radial axis that uses Float values and is linear.
Contains default values for PolarGraphs.
Properties used to customize the visuals and layout of a PolarGraph.
Scope for plot series content placed on a PolarGraph.
Represents a point on a 2-d polar plot.
A model for a radial axis that transforms from axis space to drawing space.
Functions
A Graph using polar coordinates - a radial axis and an angular axis. Multiple series of data can be plotted on a polar graph as lines and/or shaded regions with or without symbols at each plotted point.
Plots a series on a PolarGraph.
Creates a new DefaultPolarPoint at the specified coordinates.
Creates and remembers a CategoryAngularAxisModel.